home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
icon
/
packages.lha
/
packages
/
atari
/
ats.arc
/
TESTS.ARC
/
VAR.ICN
< prev
next >
Wrap
Text File
|
1990-03-28
|
172b
|
10 lines
procedure main(a)
local x
static y
variable("a") := 1
variable("x") := 2
variable("y") := 3
display()
if variable("z") then write("oops")
end